From 7392e9a8afa7888260fc5f8d5643a5d40411c547 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Tue, 10 Mar 2015 21:56:58 +0100
Subject: [PATCH] Added hint for bookmark file format (#189).

---
 doc/vimb.1 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/vimb.1 b/doc/vimb.1
index bd49da9..d271d34 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -1539,6 +1539,11 @@ This file holds the history of search queries.
 .TP
 .I bookmark
 Holds the bookmarks saved with command `bma'.
+The records are stored there as
+.br
+`URI<tab>title<tab>space separated tags' or as
+.br
+`URI<tab><tab>tags` if there is no title.
 .TP
 .I queue
 Holds the read it later queue filled by `qpush' if
-- 
2.20.1